Skip to content

fix(deps): adapt to TypeScript 6.0 and sonarjs 4.x for PR #180#257

Merged
skulidropek merged 6 commits intoProverCoderAI:renovate/allfrom
konard:renovate/all
May 9, 2026
Merged

fix(deps): adapt to TypeScript 6.0 and sonarjs 4.x for PR #180#257
skulidropek merged 6 commits intoProverCoderAI:renovate/allfrom
konard:renovate/all

Conversation

@konard
Copy link
Copy Markdown
Contributor

@konard konard commented May 9, 2026

Updates the renovate dependency-bump branch (renovate/all) so CI on PR #180 passes.

Summary

  • Drop deprecated baseUrl from package tsconfigs and rewrite paths mappings as relative paths so typecheck stays clean under TypeScript 6.0 (which now errors on baseUrl).
  • Rename the zsh prompt's short_pwd local to short_path so the updated sonarjs/no-hardcoded-passwords rule no longer matches the pwd=... pattern in the embedded shell snippet.
  • Merge upstream/main into the branch to pick up post-bump fixes (effect lint, web image previews, full app checks).

Why this PR

The renovate/all PR (#180) targets ProverCoderAI/docker-git:renovate/all, but @konard does not have direct write access there. Merging this PR forwards the CI fix into that branch so PR #180's CI can run on the corrected commits.

Local verification (HEAD 94c7843)

  • bun run typecheck
  • bun run check
  • bun run lint
  • bun run test ✅ (16 + 254 + 166 = 436 tests passed)
  • bun run check:dist-deps-prune

Test plan

  • Local typecheck/build/test/lint all green
  • CI on renovate/all after merge passes

skulidropek and others added 6 commits May 8, 2026 11:12
fix(web): preserve local terminal image previews
- Drop deprecated `baseUrl` from package tsconfigs and rewrite path
  mappings as relative paths so typecheck stays clean under TS 6.0
  (which now errors on `baseUrl`).
- Rename the zsh prompt's `short_pwd` local to `short_path` so the
  updated sonarjs `no-hardcoded-passwords` rule no longer matches the
  `pwd=...` pattern in the embedded shell snippet.
@konard konard mentioned this pull request May 9, 2026
1 task
@skulidropek skulidropek merged commit a85c190 into ProverCoderAI:renovate/all May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants